home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Makefiles / MiscKit.version < prev    next >
Encoding:
Text File  |  1996-01-20  |  273 b   |  13 lines

  1.  
  2. # Written by Don Yacktman for use with the MiscKit
  3. # Copyright (C) 1994, by Don Yacktman, all rights reserved.
  4.  
  5. MAJOR_PROJECT_NAME = MiscKit
  6.  
  7. MAJOR_VERSION = 1
  8. MINOR_VERSION = 7
  9. RELEASE = 1
  10.  
  11. VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
  12. FULL_VERSION = $(VERSION).$(RELEASE)
  13.